出差

题目 出差

image-2601ce7f

思路分析

image-f99ee28f

代码实现

#include<bits/stdc++.h>

using namespace std;

#define endl '\n'

int main()

{

	ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);

	cout<<"A C"<<endl;

  	cout<<"A D"<<endl;

  	cout<<"B D"<<endl;

  	return 0;

}

同类题型

视频讲解


⬅️ 最大数字 🏠 00-冲刺国赛 ➡️ 费用报销